Skip to main content

Pre-built Images

My Docker Hub Repo

I will push my images to my Docker Repo

tag

The latest tag will be the most up to date image

Nextcloud 28.0.4

bankaitech/nextcloud:28.0.4-custom

    cmake \
ffmpeg \
ghostscript \
git \
imagemagick \
inotify-tools \
libbz2-dev \
liblapack-dev \
libopenblas-dev \
libx11-dev \
sudo \
nano \

Nextcloud 28.0.5

bankaitech/nextcloud:28.0.5-custom

    cmake \
ffmpeg \
ghostscript \
git \
imagemagick \
inotify-tools \
libbz2-dev \
liblapack-dev \
libopenblas-dev \
libx11-dev \
sudo \
nano \

Changes

Added Docker Healthcheck Feature